x11: Fix initial drag cursors
authorMatthias Clasen <mclasen@redhat.com>
Sat, 26 Aug 2017 22:01:17 +0000 (18:01 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 26 Aug 2017 23:54:29 +0000 (19:54 -0400)
commit5722f25d5135d1ae75709f1abe9e010b6aa0777b
tree01067e74db0986197e9baa19af6f159e91673297
parent41f26ea7a65f4dd3001ebcd79b4a21825529d43b
x11: Fix initial drag cursors

Under X, we were not setting the right drag cursor initially,
because at current_action == action == 0, initially. Fix this
by explicitly using the right cursor when grabbing.
gdk/x11/gdkdnd-x11.c